Carbon


DisposeKCCallbackUPP

Header: Keychain.h Carbon status: Under Evaluation

Disposes of a UPP to your keychain event callback.

void DisposeKCCallbackUPP (
    KCCallbackUPP userUPP
);
Parameter descriptions
userUPP

A Universal Procedure Pointer (UPP) to your keychain event callback function.

DISCUSSION

When you are finished with a UPP to your keychain event callback function, you should dispose of it by calling the DisposeKCCallbackUPP function.

VERSION NOTES

Available beginning with Keychain 1.0.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)